func runtime.gcd

2 uses

	runtime (current package)
		proc.go#L7283: 		if gcd(i, count) == 1 {
		proc.go#L7310: func gcd(a, b uint32) uint32 {